iT邦幫忙

2023 iThome 鐵人賽

DAY 17
0
自我挑戰組

CPE 49題訓練系列 第 17

YKL04.UVA10071 Back to High School Physics YKL41.UVA10019 Funny Encryption Method

  • 分享至 

  • xImage
  •  

Back to High School Physics

while 1:
	try:
		a,b=map(int,input().split())
		print(2*a*b)
	except:
		break

Funny Encryption Method

T=input()
for t in range(int(T)):
	n=int(input())
	a1=bin(n)
	a2=bin(int('0x'+str(n),16))
	b1=0
	b2=0
	for i in a1:
		if i=='1':
			b1+=1
	for i in a2:
		if i=='1':
			b2+=1
	print(b1,b2)

上一篇
YKL17.UVA948 Fibonaccimal Base
下一篇
YKL28.UVA10235 Simply Emirp
系列文
CPE 49題訓練30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言